projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a923be9
)
Adwaita: Set border-spacing for entries
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 22 Oct 2020 18:26:21 +0000
(14:26 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 22 Oct 2020 18:26:21 +0000
(14:26 -0400)
When our entries contain icons, they should not run
directly into the text, so put some spacing between
the children of entries.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 59d57f9259d4e36333c610646094ba821896c3b3..eb257182e0554a23ab1ed37bb260ec41e44826b3 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-283,6
+283,7
@@
entry {
padding-right: 8px;
border: 1px solid;
border-radius: $button_radius;
+ border-spacing: 6px;
transition: all 200ms $ease-out-quad;
@include entry(normal);